home *** CD-ROM | disk | FTP | other *** search
/ Chaos CD Blue / Chaos_CD_Blue__[1999].iso / contrib / security / Cryptography_FAQ_(02_10_Net_Etiquette) < prev    next >
Internet Message Format  |  1999-11-21  |  5KB

  1. Path: senator-bedfellow.mit.edu!faqserv
  2. From: crypt-comments@math.ncsu.edu
  3. Newsgroups: sci.crypt,talk.politics.crypto,sci.answers,news.answers,talk.answers
  4. Subject: Cryptography FAQ (02/10: Net Etiquette)
  5. Supersedes: <cryptography-faq/part02_939635163@rtfm.mit.edu>
  6. Followup-To: poster
  7. Date: 1 Nov 1999 11:28:23 GMT
  8. Organization: The Crypt Cabal
  9. Lines: 91
  10. Approved: news-answers-request@MIT.Edu
  11. Expires: 6 Dec 1999 11:27:53 GMT
  12. Message-ID: <cryptography-faq/part02_941455673@rtfm.mit.edu>
  13. References: <cryptography-faq/part01_941455673@rtfm.mit.edu>
  14. Reply-To: crypt-comments@math.ncsu.edu
  15. NNTP-Posting-Host: penguin-lust.mit.edu
  16. X-Last-Updated: 1994/07/05
  17. Originator: faqserv@penguin-lust.MIT.EDU
  18. Xref: senator-bedfellow.mit.edu sci.crypt:112656 talk.politics.crypto:38792 sci.answers:10783 news.answers:170055 talk.answers:4006
  19.  
  20. Archive-name: cryptography-faq/part02
  21. Last-modified: 94/06/13
  22.  
  23. This is the second of ten parts of the sci.crypt FAQ. The parts are
  24. mostly independent, but you should read the first part before the rest.
  25. We don't have the time to send out missing parts by mail, so don't ask.
  26. Notes such as ``[KAH67]'' refer to the reference list in the last part.
  27.  
  28. The sections of this FAQ are available via anonymous FTP to rtfm.mit.edu 
  29. as /pub/usenet/news.answers/cryptography-faq/part[xx]. The Cryptography 
  30. FAQ is posted to the newsgroups sci.crypt, talk.politics.crypto, 
  31. sci.answers, and news.answers every 21 days.
  32.  
  33.  
  34.  
  35. Contents:
  36.  
  37. 2.1. What groups are around? What's a FAQ? Who am I? Why am I here?
  38. 2.2. Do political discussions belong in sci.crypt?
  39. 2.3. How do I present a new encryption scheme in sci.crypt?
  40.  
  41.  
  42. 2.1. What groups are around? What's a FAQ? Who am I? Why am I here?
  43.  
  44.   Read news.announce.newusers and news.answers for a few weeks. Always
  45.   make sure to read a newsgroup for some time before you post to it.
  46.   You'll be amazed how often the same question can be asked in the same
  47.   newsgroup. After a month you'll have a much better sense of what the
  48.   readers want to see.
  49.  
  50. 2.2. Do political discussions belong in sci.crypt?
  51.  
  52.   No. In fact some newsgroups (notably misc.legal.computing) were
  53.   created exactly so that political questions like ``Should RSA be
  54.   patented?'' don't get in the way of technical discussions. Many
  55.   sci.crypt readers also read misc.legal.computing, comp.org.eff.talk,
  56.   comp.patents, sci.math, comp.compression, talk.politics.crypto,
  57.   et al.; for the benefit of people who don't care about those other
  58.   topics, try to put your postings in the right group.
  59.  
  60.   Questions about microfilm and smuggling and other non-cryptographic
  61.   ``spy stuff'' don't belong in sci.crypt either.
  62.  
  63. 2.3. How do I present a new encryption scheme in sci.crypt?
  64.  
  65.   ``I just came up with this neat method of encryption. Here's some
  66.   ciphertext: FHDSIJOYW^&%$*#@OGBUJHKFSYUIRE. Is it strong?'' Without a
  67.   doubt questions like this are the most annoying traffic on sci.crypt.
  68.  
  69.   If you have come up with an encryption scheme, providing some
  70.   ciphertext from it is not adequate. Nobody has ever been impressed by
  71.   random gibberish. Any new algorithm should be secure even if the
  72.   opponent knows the full algorithm (including how any message key is
  73.   distributed) and only the private key is kept secret. There are some
  74.   systematic and unsystematic ways to take reasonably long ciphertexts
  75.   and decrypt them even without prior knowledge of the algorithm, but
  76.   this is a time-consuming and possibly fruitless exercise which most
  77.   sci.crypt readers won't bother with.
  78.  
  79.   So what do you do if you have a new encryption scheme? First of all,
  80.   find out if it's really new. Look through this FAQ for references and
  81.   related methods. Familiarize yourself with the literature and the
  82.   introductory textbooks.
  83.  
  84.   When you can appreciate how your cryptosystem fits into the world at
  85.   large, try to break it yourself! You shouldn't waste the time of tens
  86.   of thousands of readers asking a question which you could have easily
  87.   answered on your own.
  88.  
  89.   If you really think your system is secure, and you want to get some
  90.   reassurance from experts, you might try posting full details of your
  91.   system, including working code and a solid theoretical explanation, to
  92.   sci.crypt. (Keep in mind that the export of cryptography is regulated
  93.   in some areas.)
  94.  
  95.   If you're lucky an expert might take some interest in what you posted.
  96.   You can encourage this by offering cash rewards---for instance, noted
  97.   cryptographer Ralph Merkle is offering $1000 to anyone who can break
  98.   Snefru-4---but there are no guarantees. If you don't have enough
  99.   experience, then most likely any experts who look at your system will
  100.   be able to find a flaw. If this happens, it's your responsibility to
  101.   consider the flaw and learn from it, rather than just add one more
  102.   layer of complication and come back for another round.
  103.  
  104.   A different way to get your cryptosystem reviewed is to have the NSA
  105.   look at it. A full discussion of this procedure is outside the scope
  106.   of this FAQ.
  107.  
  108.   Among professionals, a common rule of thumb is that if you want to
  109.   design a cryptosystem, you have to have experience as a cryptanalyst.
  110.